Mithaniel
New member
- Joined
- Oct 21, 2005
- RedCents
- 0¢
First off, sorry my coding is about limited to HTML, just learning to do /macs.
If I want my char to dink around in the zone for 30min, what do I edit in this?
I'm assuming I just edit the varset, but like I said, still learning here.
Thanks
If I want my char to dink around in the zone for 30min, what do I edit in this?
Rich (BB code):
Sub WaitTime
/warp loc 370.97 270.81 15.02
/varset wait 35
/for y 0 to ${wait}
/Echo ${Math.Calc[${wait}-${y}]} minutes till we start
/doevents
/delay 15s
/doevents
/delay 15s
/doevents
/delay 15s
/doevents
/delay 15s
/next y
/return
I'm assuming I just edit the varset, but like I said, still learning here.
Thanks


