ID:178119
![]() Jun 18 2002, 11:25 am
|
|
Could someone tell me how to make a save verb? and don't tell bout the deadons char handling, its too confusing for me!
|
![]() Jun 18 2002, 11:27 am
|
|
Using that exact code you were given change the following:
mob/verb/save() to mob/verb/load() |
Redslash wrote:
so simple... yet so complex.... Nothing complex about that.. do this to save your guy's coreds.. mob RaeKwon |
Redslash wrote:
How would i save my char icon? it doesn't want to save for me. mob RaeKwon |
RaeKwon wrote:
Redslash wrote: mob By any chance, are you a very very very very early coder? :P RaeKwon |
On a related note, how would you put the save file on a server rather than the client's computer?
|
Redslash wrote:
Could someone tell me how to make a save verb? and don't tell bout the deadons char handling, its too confusing for me! byond://Deadron.SimpleSaving That demo shows that all you have to do to use my CharacterHandling library is include the library...not one more line of code is needed! |