Quote:
Originally Posted by Gunderak
PHP Code:
if(player.level.starts("house_"@player.account)){
|
I believe this would still work due to the engine coercing it however it should be:
PHP Code:
player.level.name.starts()
level is an object, not a string.