loading THMD.dme
GMcodes.dm:3227:error::invalid expression
THMD.dmb - 1 error, 0 warnings (double-click on an error to jump to it)
Problem description:I was trying to delete sounds from my game because rsc weights too much. I deleted all and than compiled. It showed this:
loading THMD.dme
GMcodes.dm:3227:error::invalid expression
THMD.dmb - 1 error, 0 warnings (double-click on an error to jump to it)
my line 3227 in this is first line of:
Reboot()
set category = "Staff"
world << "<B><p align=center><font color=red><u>ATTENTION</u></font><p align=center><b>The Server is being restarted in 30 seconds.<p align=center><b><font color=blue>Your characters will be automatically saved."
sleep(300)
world.Reboot()
Can someone help me please?
If so, do you have Reboot() as a verb?
If yes to both of these, give us some of the code around that line, not just that line. Also, give us the code you used for the Reboot proc.