9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
object oItem = GetFirstItemInInventory(oPC);
|
||
|
if (!GetIsObjectValid(oItem) && GetIsPC(oPC) && !GetIsDM(oPC)){
|
||
|
StartNewModule("98efnsdfd");
|
||
|
}
|
||
|
}
|