diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:18:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:18:00 -0300 |
commit | 3f6c36038578ce3524f164340b55ca1685b1f784 (patch) | |
tree | 1c8971ed05b7f47916394a765d75b7a3a66769a4 /npc/012-2/note.txt | |
parent | 8959188a95b79a01b261a76a06eb44a89863ee23 (diff) | |
download | serverdata-3f6c36038578ce3524f164340b55ca1685b1f784.tar.gz serverdata-3f6c36038578ce3524f164340b55ca1685b1f784.tar.bz2 serverdata-3f6c36038578ce3524f164340b55ca1685b1f784.tar.xz serverdata-3f6c36038578ce3524f164340b55ca1685b1f784.zip |
Since a while now, GM Logs are public, I just forgot to commit >.<
Diffstat (limited to 'npc/012-2/note.txt')
-rw-r--r-- | npc/012-2/note.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/012-2/note.txt b/npc/012-2/note.txt index 471792c9e..721fe6c7e 100644 --- a/npc/012-2/note.txt +++ b/npc/012-2/note.txt @@ -14,13 +14,16 @@ 012-2,40,41,0 script Note#012-2 NPC_NO_SPRITE,{ HallOfSponsor(); - if (!is_staff()) + next; + if (.t > gettimetick(2)) close; + .t=gettimetick(2)+2; HallOfGMLog(); close; OnInit: .sex = G_OTHER; .distance = 3; + .t=gettimetick(2); end; } |