Heroes npc command

smoochy boys on tour

oO~Unknown~Oo

Banned
Banned
Veteran
Dec 4, 2007
1,823
18
145
UK
is there a npc command where it asks you to check the npc an hour or so later which takes you to the next page? or another way of doing that?

cheers
 

acer777

Banned
Banned
Veteran
Jul 28, 2010
299
1
45
[@main]
#IF
HOUR 15 16 (3pm-4pm obv)
#ACT
GOTO @main2 (if it is between 15:00 and 16:00 it'll run this bit if not say isnt time etc)
#ELSESAY
Come back between 15:00 - 16:00 etc\ (isnt time)

[@main2]
#IF
#SAY
YAY MAIN2 IS OPEN :D

If you want to make it open for only a few minutes of a hour do this

[@main]
#IF
HOUR 20 (8:00pm)
MIN 10 15 (So it will show @main2 is its between 8:10 - 8:15)
#ACT
GOTO @main2
#ELSESAY
Come back between 15:00 - 16:00 etc\

[@main2]
#IF
#SAY
YAY MAIN2 IS OPEN :D

Im sure u get the idea were im going with it, and hope this helps :D.
 
Upvote 0