diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-28 16:11:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-28 16:11:01 -0300 |
commit | d451a097f3ddc03c2552a8962fe86316440884ec (patch) | |
tree | 387c55e55f6371d4fc42b0e7050b9c78f8fa459d /npc/034-2 | |
parent | 99e6981142744c1853c3c44a1cd289426313a8a8 (diff) | |
download | serverdata-d451a097f3ddc03c2552a8962fe86316440884ec.tar.gz serverdata-d451a097f3ddc03c2552a8962fe86316440884ec.tar.bz2 serverdata-d451a097f3ddc03c2552a8962fe86316440884ec.tar.xz serverdata-d451a097f3ddc03c2552a8962fe86316440884ec.zip |
Note: instance_attach() can't deal with instance variables
Diffstat (limited to 'npc/034-2')
-rw-r--r-- | npc/034-2/gemini.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/034-2/gemini.txt b/npc/034-2/gemini.txt index dff5c7668..c19cc5558 100644 --- a/npc/034-2/gemini.txt +++ b/npc/034-2/gemini.txt @@ -135,7 +135,7 @@ OnInstanceInit: end; } -034-2,64,100,0 script Cell Door#G01 NPC_NO_SPRITE,{ +034-2,64,100,0 script Cell Door#G03 NPC_NO_SPRITE,{ if (instance_id() < 0 || getcharid(1) < 1) end; GeminiCheck(7); mes l("A complex lock seems to be posing a threat to you."); |