Jump to content

Cant seem to get the message to display!


caine150

Recommended Posts

Ok, So this is a really simple script, but I cant seem to get it to work!

 

 

 

ScriptName blackbox

 

Begin OnAdd player

If GetContainter == player

ShowMessage blackboxflightlog (the blackboxflightlog is a personal message)

 

EndIf

end

 

 

 

 

 

Im not sure what is going on, but any help would be awesome!!!!

Link to comment
Share on other sites

You need to set a reference variable to GetContainer before calling it.

 

ScriptName blackbox

ref me

Begin OnAdd player

set me to getcontainer

If me == player
ShowMessage blackboxflightlog (the blackboxflightlog is a personal message)

EndIf
end

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...