Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
updated and improved addnpc command
Author Message
Ankron
Apprentice
*

Posts: 20
Likes Given: 3
Likes Received: 2 in 2 posts
Joined: Jan 2015
Reputation: 0



Post: #1
updated and improved addnpc command
Sphere gets a little confused with the old command and assumes that the command "ADD" doesn't exist when in fact it's the chardef that doesn't exist, this script fixes that minor confusion.

Code:
[FUNCTION addnpc]
IF (<ISNUM <ARGS>>)
    if <serv.chardef.<args>>
        ADD <ARGS>|08c000000
    else
        sysmessage @026 ERROR: Requested NPC is not defined
    endif
ELSEif <serv.chardef.<args>>
    ADD <ARGS>
else
    sysmessage @026 ERROR: Requested NPC is not defined
ENDIF
02-09-2015 04:45 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Ankron's post
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)