User:Strife Onizuka/Projects/TestHost/Test Units

From Second Life Wiki
Jump to navigation Jump to search

Style A

This style uses an extra script to handle the communications with the coordinator. It uses linked messages to communicate with the test script.

Comms Handler


Boilerplate functions & events

Used so the test can communicate with the comms handler.


Style B

This style uses a single script and is designed to rez a separate object and uses a special die script to kill the test at the end.

Comms Hander and Rezzer


Die Script


Rezzed Boilerplate functions & events