User:Strife Onizuka/Projects/TestHost/Test Units: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 03:32, 8 March 2007

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