RoBoot

Join Discord

KingOnMir

Dedicated Member
Dedicated Member
Sep 24, 2011
77
0
32
Anyone any good with robot on the heroes files let me no plz as iv been tryin to set up a new war n i want it to say when the war starts n ends. i had my oma cart set up on 2.3files b4 so ive been tryin to set it up the same as i did b4 but im havein no luck atm lol heres how im doing it.

In Envir in the RoBot_def file RobotManage i have
[@war]
#IF
HOUR 16:50
#ACT
LINEMSG 0 "The war will start in 5mins"

[@war1]
#IF
HOUR 16:55
#ACT
LINEMSG 0 "The war how now started"

[@war2]
#IF
HOUR 17:00
#ACT
LINEMSG 0 "The war how now ended"

and then in Envir agen in the RoBot txt file i have.

#AutoRun NPC RUNONDAY 06:00 @war

#AutoRun NPC RUNONDAY 06:05 @war1

#AutoRun NPC RUNONDAY 06:30 @war2

If anyone could tell me whats not right that would be a great help ty.
 

neo16uk

LOMCN Veteran
Veteran
Aug 20, 2006
563
14
125
in robot.txt put some thing like test test in robot def put this
make a test file called test and add the following
#AutoRun NPC RUNONDAY 19:35 @test
then in robot manage .txt add the following
[@test]
#ACT
LINEMSG 0 "Here comes the OmaKing of fury..."
 
Upvote 0