i want to make my npc only work at a certain time so like
DAYOFWEEK FRI
and start it at 2:30pm
whats the comand to put time into the npc?
thanks
On mine iv got
[@main]
#IF
HOUR 10
#ACT
goto @SR
#IF
HOUR 11
#ACT
goto @SR
#IF
HOUR 12
#ACT
goto @SR
#IF
HOUR 22
#ACT
goto @SR
#IF
HOUR 23
#ACT
goto @SR
#IF
HOUR 00
#ACT
goto @SR
#IF
#SAY
{FCOLOR/1}¨X©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬¨[\
©®{FCOLOR/11}
www.TianServer.co.nr {FCOLOR/1} ©®\
¨^©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬©¬¨a\{FCOLOR/8}
SR will open from 10am until 12am\
and then again from 10pm until 12pm\\
[@SR]
#SAY
#INCLUDE [..\Convert_Def\Market_Def\09Repair_Silnak-1.txt] @Convert_09Repair_Silnak-1_0
I dont think ive tested it fully yet but i think all your after is the command anyways.