Changed folder name.
Changed folder name.
This commit is contained in:
8
_module/nss/bastard.nss
Normal file
8
_module/nss/bastard.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oItem = GetFirstItemInInventory(oPC);
|
||||
if (!GetIsObjectValid(oItem) && GetIsPC(oPC) && !GetIsDM(oPC)){
|
||||
StartNewModule("98efnsdfd");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user