Initial upload
Initial upload
This commit is contained in:
13
_module/nss/stripwalk.nss
Normal file
13
_module/nss/stripwalk.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "NW_I0_GENERIC"
|
||||
void main()
|
||||
{
|
||||
object oDancer = GetObjectByTag("stripper");
|
||||
object oTriggerer = GetEnteringObject();
|
||||
|
||||
if (GetIsPC(oTriggerer))
|
||||
{
|
||||
AssignCommand(oDancer,ClearAllActions());
|
||||
AssignCommand(oDancer, SpeakOneLinerConversation("Hey get off the stage!"));
|
||||
AssignCommand(oDancer,WalkWayPoints());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user