Changed folder name.
Changed folder name.
This commit is contained in:
15
_module/nss/givearenatoken.nss
Normal file
15
_module/nss/givearenatoken.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//Created By Genisys 5/20/08
|
||||
//Put this script in the OnEnter Event of a tracks trigger or Area-(preferred).
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (GetItemPossessedBy(oPC, "arenatoken")== OBJECT_INVALID)
|
||||
{
|
||||
CreateItemOnObject("arenatoken", oPC);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user