Difference between revisions of "ModEvent Script"
→Example: error fix
imported>Egocarib |
imported>Egocarib (→Example: error fix) |
||
Line 45: | Line 45: | ||
ModEvent.PushInt(handle, 1000) | ModEvent.PushInt(handle, 1000) | ||
ModEvent.PushString(handle, "It worked!") | ModEvent.PushString(handle, "It worked!") | ||
ModEvent.Send(handle) | |||
endIf | endIf | ||
EndFunction | EndFunction |