- Added a new system for adding 'local background models' - bg models that appear only for the person specified. Script functions are :
Code: Select all
$lbmID = sysAddLocalBackgroundModel( [PlayerID], [ModelNum], [X], [Y], [ROT], [FLAGS] )
sysDeleteLocalBackgroundModel( [PlayerID], [LBM_ID] )
sysDeleteAllLocalBackgroundModels( [PlayerID] )
e.g.
Code: Select all
osdcreate(OSDNOTIFICATION1, "TestOSD", "Hello" )
osdaddat(OSDTEXT, 0, 0, 250,70, "", "This is a scripted notification block")
osdaddat(OSDEXITBUTTON, 50,90, 150,22, "", "Read More")
osdactivate()