ID:150268
 
if(Skill == "Teleportation")
//succesful verb adding here
//I want to add a statpanel here.

Here is the Statpanel code

Stat()
..()
statpanel("Teleport",locations)
Sariat wrote:
if(Skill == "Teleportation")
//succesful verb adding here
//I want to add a statpanel here.

Here is the Statpanel code

Stat()
..()
statpanel("Teleport",locations)



Here's one way to do this:

mob
Stat()
..()
if(src.skill == "Teleportation")
statpanel("Teleport",locations)