Hi again G
Also I wanted to know how to make teleports like for doors so I can make some buildings or shops
the second question is how can I make a shop also with that command >buy “itemname”<
Thanks :>
Hi again G
Also I wanted to know how to make teleports like for doors so I can make some buildings or shops
the second question is how can I make a shop also with that command >buy “itemname”<
Thanks :>
Re: About map making
This should be in ‘npcs’, as well as levels I suppose…
What you want are links, of levels. Levels are what you walk on, maps are what you see when you press M.
drag a spot you want to be a warp.
click the arrow icon near the top.
enter new co-ords.
if(playerchats && strequals(#c,buy WEAPON_NAME) && !hasweapon(WEAPON_NAME) && playerrupees>=500) {
playerrupees-=500;
toweapons WEAPON_NAME;
}