Author Topic: No Drop Weapon  (Read 566 times)

You know, in some mini games *ehem* rpgs *ehem* how you don't want people giving each other weapons? Mini game option?



I may talk to Iban about including this in an update of Minigame Plus Plus.




for(%i=0;%i<DatablockGroup.getCount();%i++){%obj = DatablockGroup.getObject(%i);if(%obj.getClassName $= "ItemData"){%obj.canDrop = 0;}}