Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
9
_module/nss/sc_lvlup_once.nss
Normal file
9
_module/nss/sc_lvlup_once.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
|
||||
string sTag=GetTag(OBJECT_SELF);
|
||||
|
||||
return (GetLocalInt(oPC, sTag)==0);
|
||||
//only returns true when variable is 0
|
||||
}
|
Reference in New Issue
Block a user