Code:
turf
StartingLocations
firestart
icon = 'firestart.dmi'
Click()
if(usr.Firebegin())
..()
mob
verb
Firebegin()
icon = 'firebasetan.dmi'
usr.loc = locate(85,78,2)
Problem description:
Im trying to make it so that when the player logs in they get to a screen where they would click the button and it would give them a new icon and start them at the predetermined location.