Welcome to the Builder Academy

Question skill stun / wierd problem

More
29 Nov 2016 03:53 #6330 by WhiskyTest
Yep cool will do.. signing up to Github now :)

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

More
29 Nov 2016 22:43 #6332 by JTP
Replied by JTP on topic skill stun / wierd problem
When i tried:

- if ((GET_OBJ_VAL(temp, 1) == 0) || (!GET_OBJ_VAL(temp, 0) == 1)) {
+ if ((GET_OBJ_VAL(temp, 1) == 0) || (GET_OBJ_VAL(temp, 0) != 1)) {


Then noone could drink, so had to set it back to (!GET_OBJ_VAL(temp, 0) == 1)) {

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

Time to create page: 0.186 seconds