Welcome to the Builder Academy

Question Berserk skill question

More
06 May 2016 21:11 #5851 by JTP
Replied by JTP on topic Berserk skill question
Or else it has to be like this ?
Code:
if (!IS_NPC(victim) && GET_WIMP_LEV(victim) && (victim != ch) && GET_HIT(victim) < GET_WIMP_LEV(victim) && GET_HIT(victim) > 0 && !AFF_FLAGGED(victim, AFF_BERSERK)) { send_to_char(victim, "You wimp out, and attempt to flee!\r\n"); do_flee(victim, NULL, 0, 0); }

Please Log in or Create an account to join the conversation.

More
07 May 2016 20:17 #5856 by thomas
Replied by thomas on topic Berserk skill question
yes, that is what I meant :)
Remeber, all my responses are browser code. I expe4ct hte reader to fix typos :P

Please Log in or Create an account to join the conversation.

More
07 May 2016 20:24 #5857 by JTP
Replied by JTP on topic Berserk skill question
Just tested it, compiles and Works brilliantly..

Thanks alot to rudeboyrave and thomas

Please Log in or Create an account to join the conversation.

Time to create page: 0.167 seconds