| Code: |
Client (Account crazymac1, Character Babun) used out-of-sequence gump command?
Fatal error: Value Stack Empty!
scripts/misc/chrdeath.ecl, PC=1285
Unhandled Exception! Minidump started...
##########################################################
Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the
development team.
Saved dump file to 'POL096-2006-03-17-20060508100855-0.dmp'
Last Script: scripts/misc/chrdeath.ecl PC: 1284
########################################################## |
| Code: |
function SendGainMessage(who, type, amount)
1279: pop param 'amount'
1280: pop param 'type'
1281: pop param 'who'
var msgtext := "You ";
1282: decl local #3
1283: "Вы "
1284: :=
1285: #
if(amount < 0)
1286: local #0
1287: 0L
1288: <
1289: if false goto 1298
msgtext := msgtext + "lost";
1290: local #3
|