Difference between revisions of "NOP"
From 4Dimensions
(Bot: Automated import of articles) |
(No difference)
|
Latest revision as of 04:00, 26 January 2016
NOP
NOP
NOP
NOP
Almost a no-operation. Certain variable/subfield combinations for characters
change some attribute about the character. nop allows those changes to be used
legally on lines that do not need to process the result.
- this will award the actor with 10 gold
nop %actor.gold(10)%
- this awards 10 experience
nop %actor.exp(10)%
Here is a workaround to use a variable:
- nop workaround
eval making %%self.gold(%coins%)%%
nop %making%