Alexandria Uptime: 16.00 Days
Total players online: 0



Take the Tour | Site Map

Name

waitForSysMsg — Waits For a Sysmessage to occur in a certain amount of time

Synopsis

call subs.txt waitForSysMsg { message } [ timeout ] [ return ]

Author

Load Helmchen

Parameters

Table 42. waitForSysMsg parameters

NameDescription
messageMessage to wait for.
timeoutTimeout value (In .1 seconds)
returnName of return value ('return' by default)

Description

Waits For a Sysmessage to occur in a certain amount of time

Returns

@%3 (#true or #false if timedout)

See Also

subs.waitForSysVar, subs.waitForSysVar2