Thread: RPG System
View Single Post
  #1  
Old 07-04-2002, 07:26 AM
Bane Bane is offline
Registered User
Join Date: May 2002
Posts: 6
Bane is on a distinguished road
RPG System

I'm trying to figure out a way to script an RPG system within an NPC server.

I figure that the various attributes such as hit points, magic points, strength, etc will all be maintained under flags (strings) within the client side of the server.

strtofloat and triggeraction may be used as well for when a player gets hit by another and the calculations (playergettinghitHP = playergettinghitHP - playerattackingstrength) etc.

I have no clue where to begin with this though. Could anybody point me in the right direction?

Thanks.
Reply With Quote