View Single Post
  #1  
Old 05-31-2001, 10:43 PM
Bravo_NPC-Admin1 Bravo_NPC-Admin1 is offline
Registered User
Join Date: May 2001
Location: Olympia, Washington USA
Posts: 25
Bravo_NPC-Admin1 is on a distinguished road
Send a message via AIM to Bravo_NPC-Admin1 Send a message via Yahoo to Bravo_NPC-Admin1
Troubles with #v()

I think the #v() command is broken. In proof, try this code:
NPC Code:

// NPC made by Boco
if (playerenters) {
this.Count=5;
say2 The count is #v(this.Count);
}


Normally, a sign would pop-up with the text, "The count is 5". But, that isn't the case. Instead, you see, "The count is 0". Am I doing something wrong, or is this command really bugged?
__________________
-Boco
Reply With Quote