caine150 Posted April 24, 2010 Share Posted April 24, 2010 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) EndIfend Im not sure what is going on, but any help would be awesome!!!! Link to comment Share on other sites More sharing options...
b3w4r3 Posted April 24, 2010 Share Posted April 24, 2010 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 More sharing options...
Recommended Posts