Difference between revisions of "Scripting Tutorial: Basic Scripting Knowledge"
Jump to navigation
Jump to search
m
Scripting Tutorial: Basic Scripting Knowledge (edit)
Revision as of 04:04, 26 May 2006
, 04:04, 26 May 2006→3. [[:Category:References|References]] and [[:Category:Variables|Variables]]
imported>JOG |
imported>JOG |
||
Line 53: | Line 53: | ||
This will '''not''' work, you need to use this instead: | This will '''not''' work, you need to use this instead: | ||
short | short addgold | ||
set | set addgold to otherobject.addgold | ||
player.additem gold_001 otherobjectsaddgold | player.additem gold_001 otherobjectsaddgold | ||
[[Category: Scripting Tutorials]] | [[Category: Scripting Tutorials]] |