K kerbiii New member Messages 342 Points 0 Nov 4, 2013 #2 how to reset skill POINTS and status POINTS? not the way like the reset npc do, but instead make the player skill point 0 and status points for lvl 1
how to reset skill POINTS and status POINTS? not the way like the reset npc do, but instead make the player skill point 0 and status points for lvl 1
Mumbles Former Global Moderator Messages 618 Points 0 Location California Discord Mumbles#0001 Github datmumbles Nov 4, 2013 #3 You can set these player variables within your script, like so: Code: SkillPoint = 0;StatusPoint = 42;
You can set these player variables within your script, like so: Code: SkillPoint = 0;StatusPoint = 42;
Patskie Community Contributors Messages 366 Points 0 Age 32 Location Philippines Discord superpatskie#0110 Github Patskie Emulator Nov 4, 2013 #4 This? Code: SkillPoint = 0;StatusPoint = 0;