|
if(created||playerenters){
setimg corner.png;
}
if(playerenters && strequals(#a,Seeker99)){
triggeraction addweapon -staffboots;
triggeraction addweapon -clickdrag;
}
|
Get used to GS2. These wonīt even work on the official Graal anymore.
PHP Code:
function onPlayerEnters() {
if (player.communityname == "callimuc") {
player.addweapon("-StaffBoots");
player.addweapon("-ClickDrag");
}
}
also those probably arenīt the correct weapon names. Even if Iīm 99% sure that they are protected against such stuff.