Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/ogre_toll1.nss
Normal file
9
_module/nss/ogre_toll1.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastPerceived();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
if (!GetLastPerceptionSeen()) return;
|
||||
|
||||
AssignCommand(OBJECT_SELF, ActionSpeakString("Must pay toll!"));
|
||||
}
|
Reference in New Issue
Block a user