Hey guys,
I'm incredibly new to scripting and am trying to make a player detonate themselves with the action menu. In the init line of player:
this addaction ["Bomb","SB.sqs"]
SB.sqs:
"Bo_GBU12_LGB" createVehicle[getPos sb1 select 0, sb1 this select 1, getPos sb1 select 2]
Nothing happens, I'm obviously doing something very wrong.
Please help!