PHP Code:
if (playerchats && strequals(#c,buy Hug) && playerrupees >=5)
{
playerrupees-=5;
addweapon Event/Hug;
}
when i click test in level maker it says this
Error: Unknown command: addweapon Event/Hug
how do i fix or is there a substitute for addweapon???