| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| SCRIPTS.LST comment | Desk in Jake's Shop in the Hub |
| MSG file | N/A |
procedure start;
variable OnceOnly := 1;
import variable Jake_Desk_Ptr;
procedure start
begin
if (OnceOnly) then begin
OnceOnly := 0;
Jake_Desk_Ptr := self_obj;
end
end