„Chris.MultiNPC.lsl“ ändern

This commit is contained in:
Christopher 2021-07-31 17:49:32 +00:00
parent fc9a22ad96
commit 50f2df716b
1 changed files with 2 additions and 2 deletions

View File

@ -69,10 +69,10 @@ state running
changed(integer change)
{
if (change & CHANGED_INVENTORY)
hardReset("change inventory");
hardReset("");
if (change & CHANGED_REGION_START)
hardReset("region start");
hardReset("");
}
on_rez(integer start_param)