Home   Help Search Login Register  

Author Topic: Display vs Dialog  (Read 2039 times)

0 Members and 1 Guest are viewing this topic.

Offline FreeBird

  • Members
  • *
Display vs Dialog
« on: 11 Feb 2007, 22:05:43 »
Can someone enlighten me a bit about "Display"?

CreateDisplay,CloseDisplay,FindDisplay,isnull Display

When to use,how to create,differences with dialogs,etc....

TY
Call [This,Birth,School,Work,Death]execVM "Storyofmylife.sqf"
(_this select 1)ObjStatus "DONE";(_this select 2)ObjStatus "DONE";(_this select 3)ObjStatus "ACTIVE";(_this select 4)ObjStatus "HIDDEN";
if not((_this select 0) IsKindOf "Human")ExitWith{PlayMusic"Goodbye Cruel World"}

Offline pyro05x

  • Members
  • *
  • teh uber scriptz0r
    • My Biki user page
Re: Display vs Dialog
« Reply #1 on: 14 Feb 2007, 09:09:16 »
i'm trying to figure out the same thing.  no luck on the bis forum.  it seems like i'll have to do some testing :weeping:
while {alive pyro05x} do {
    newScript = pyro05x execVM "writeScript.sqf";
    waitUntil {scriptDone newScript}; sleep 0;  };