XkAcY- Posted January 4, 2012 Posted January 4, 2012 how to set function by character? instead by account example => set #Novice,1; <= instead per account i want to set func. by character Quote
Arcenciel Posted January 4, 2012 Posted January 4, 2012 I highly suggest going through the second chapter of this series: http://rathena.org/board/topic/53620-scripting-for-dummies/ Also this: http://rathena.org/wiki/Variables Quote
iFoxkun Posted January 4, 2012 Posted January 4, 2012 To make a character variable, you don't need to add any prefix. Ex. set Novice, 1; <- This would make the character variable become 1. Quote
Sneaky Posted January 4, 2012 Posted January 4, 2012 how to set function by character? instead by account example => set #Novice,1; <= instead per account i want to set func. by character as iFoxkun stated above... set Novice,1; // (no prefix = permanent character variable, no matter what happens the variable will remain) set @Novice,1; // (@ prefix = temporal character variable, dissapears after relogging or when server's re-started) Quote
Question
XkAcY-
how to set function by character? instead by account
example =>
set #Novice,1; <= instead per account i want to set func. by character
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.