Initial Upload
Initial Upload
This commit is contained in:
7
_module/nss/hal_castleportal.nss
Normal file
7
_module/nss/hal_castleportal.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
int nRoll = Random(13) + 1;
|
||||
string sTag = ("tb_asolithcastleportal" + IntToString(nRoll));
|
||||
object oPortal = GetObjectByTag(sTag);
|
||||
SetLocalInt(oPortal, "The_Right_One", TRUE);
|
||||
}
|
||||
Reference in New Issue
Block a user